* image.c (imagemagick_load_image): Remove unused label.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 12 Jun 2012 00:30:18 +0000 (17:30 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 12 Jun 2012 00:30:18 +0000 (17:30 -0700)
src/ChangeLog
src/image.c

index 7da791525333cecde70c8ca5ca4afc9383c690ee..5d084cb0abca4758d14dc0472afb078d5c5d7feb 100644 (file)
@@ -1,3 +1,7 @@
+2012-06-12  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * image.c (imagemagick_load_image): Remove unused label.
+
 2012-06-11  Glenn Morris  <rgm@gnu.org>
 
        * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h:
index 15fd7bbeab790c231d2b5aa26c15781b755888bf..8a6d7861f91f31a946600eefa00dec91ef145336 100644 (file)
@@ -7930,7 +7930,6 @@ imagemagick_load_image (struct frame *f, struct image *img,
   DestroyMagickWand (image_wand);
   if (bg_wand) DestroyPixelWand (bg_wand);
 
- imagemagick_no_wand:
   MagickWandTerminus ();
   /* TODO more cleanup.  */
   image_error ("Error parsing IMAGEMAGICK image `%s'", img->spec, Qnil);